@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; }
:after,:before{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body{margin:0; padding:0;  font:12px Arial,"Microsoft YaHei";   color:#333; background:#fff; position: relative;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0; }
ul,li,ol{list-style:none;}
a{text-decoration:none; color:#333;cursor: pointer; }
a:hover{text-decoration:none; color: #00bab3;}
input,textarea,select,button{font-family:Arial,"Microsoft YaHei";}
input:focus,textarea:focus,select:focus,button:focus{ outline:none;}
::-moz-selection {background:#aaa;color:#FFF;}
::selection {background: #aaa;color: #FFF;}
img{border:0;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    -moz-user-select: -moz-none;
	  -khtml-user-select: none;
	  -webkit-user-select: none;
	  -o-user-select: none;
	  user-select: none;
}
.clear {zoom: 1;clear:both; }
.clear:after {content: ''; display: block; clear: both; }
table{width: 100%; border-collapse:collapse;}
table tr,table td{max-width: 100%; border: solid 1px #eee; }
.fl{float:left;}
.fr{float:right;}
.left{display: flex;flex-wrap: wrap;}
.right{display: flex;justify-content: flex-end;}
.between{display: flex;justify-content: space-between;}
.around{display: flex;justify-content: space-around;}
.center{display: flex;flex-direction: column;align-items: center;}
.centerT{display: flex;justify-content: center;align-items: center;}
.cut{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.cutTwo{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.cutThree{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.scrollbar::-webkit-scrollbar{ width:2px; background:#f4f4f4; }
.scrollbar::-webkit-scrollbar-button{ display:none;}
.scrollbar::-webkit-scrollbar-track{ display:none;}
.scrollbar::-webkit-scrollbar-track-piece{ display:none;}
.scrollbar::-webkit-scrollbar-thumb{ background:#00bab3;}
.scrollbar::-webkit-scrollbar-corner{display:none;}
.scrollbar::-webkit-resizer{display:none;}




.wrap{width: 75%;margin:  auto;min-width: 1200px;}
.c1440{ width: 1440px; margin: auto; position: relative; }
.c1200{ width: 1200px; margin: auto; position: relative; }

@media (max-width: 1560px){
    .c1440{ width: 1200px;}
}
@media (max-width: 1480px){
    .wrap{ width: 1200px;}
}





/* header*/
.header{width: 100%;  padding:28px 0; position: fixed;top: 0;left: 0;z-index: 9999;transition: all 0.6s ease; box-sizing: border-box; background-color: rgba(255,255,255,0); }
.header .wrap{transition: all 0.6s ease; z-index: 2;}
.header .logo a{ display: inline-block; height: 30px; margin: 7px 0; width: 251px; background: url(../images/logo1.png) no-repeat; background-size: 251px 30px !important;  position: relative; z-index: 2;}
.header .info{ width: calc(100% - 280px);}
/* headerNav*/
.header .headerNav{ width: 100% ; position: relative; z-index: 2;  text-align: right;margin: 0 0 0 0;}
.headerNav .nLi{display: inline-block; vertical-align: middle; position: relative; margin-right: 4.5%;}
.headerNav .nLi .le{font-weight: normal; height: 44px;}
.headerNav .nLi .le a{display: block;line-height: 30px; padding: 7px 0; font-size: 18px;color: #fff;transition: all 0.6s ease; box-sizing: border-box;text-transform: uppercase;}
.headerNav .nLi:hover h3 a,.headerNav .nLi#on h3 a{ color: #00bab3;}
.headerNav .nLi .sub{display: none;position: absolute;top:44px; left: 50%;  transform: translateX(-50%);  z-index: 3;  box-shadow: 0 0 10px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);-moz-box-shadow: 0 0 10px rgba(0,0,0,0.05); box-sizing: border-box;}
.headerNav .nLi .sub.sub1{ width: 120px; }
.headerNav .nLi .sub.sub1 ul{ position: relative; width: 100%; border-radius: 5px; overflow: hidden; background-color: rgba(255, 255, 255, 0.98);}
.headerNav .nLi .sub.sub1 li{border-bottom: 1px solid #eee; box-sizing: border-box;}
.headerNav .nLi .sub.sub1 li:last-child{border-bottom: 0;}
.headerNav .nLi .sub.sub1 li a{ display:block;text-align: center;font-size: 14px;color: #666;padding: 12px 10px;box-sizing: border-box;text-transform: capitalize;}
.headerNav .nLi .sub.sub1 li a:hover,.headerNav .nLi .sub.sub1 li.on a{color: #fff;background-color:#00bab3;}


.header .language{ margin:7px 0 0 10px ; line-height: 30px; position: relative;}
.header .language .tit{  color: #fff; text-transform: uppercase; cursor: pointer;  text-align: center; transition: all 0.8s ease;}
.header .language .tit i{ font-size: 24px; margin-right: 5px;}
.header .language .tit span{font-size: 16px; display: inline-block; font-weight: bold;}
.header .language .tit p{font-size: 16px; margin-left: 5px; transform: rotate(180deg);}
.header .language ul{ display: none; width: 110px;  overflow: hidden; border-radius: 5px; position: absolute; top: 35px; left: 50%; transform: translateX(-50%); transition: all 0.8s ease; background-color: rgba(255, 255, 255, 0.95); box-shadow: 0 0 10px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.05);-moz-box-shadow: 0 0 10px rgba(0,0,0,0.05);}
.header .language ul li{ width: 100%;}
.header .language ul li a{ padding: 8px 10px ; text-align: center; line-height: 20px; display: inline-block; width: 100%; font-size: 14px; border-bottom: solid 1px  #ccc; color: #333;  box-sizing: border-box; text-transform: uppercase;}
.header .language ul li:last-child a{ border-bottom: 0;}
.header .language ul li a:hover,.header .language ul li.on a{ color: #fff; background-color: #00bab3;}
.header .language:hover ul{ display: block;}
.header .language:hover .tit{color: #00bab3;}
.header .Htel{ width: 260px; margin-left: 20px; text-align: center; line-height: 44px; border-radius: 22px; background-color: #00bab3; color: #fff;}
.header .Htel span{ font-size: 24px; display: inline-block; margin-right: 5px;}
.header .Htel p{ font-size: 18px;}


.is-fixed,.ss-fixed,.ds-fixed{ box-shadow: 0 0 20px rgba(0,0,0,0.05);-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.05);-moz-box-shadow: 0 0 20px rgba(0,0,0,0.05); background-color: rgba(255, 255, 255, 1); padding: 20px 0; }
.is-fixed .logo a,.ss-fixed .logo a,.ds-fixed .logo a{ background: url(../images/logo.png) no-repeat;}
.header.is-fixed .headerNav .nLi .le a,.header.ss-fixed .headerNav .nLi .le a,.header.ds-fixed .headerNav .nLi .le a{ color: #333;}
.header.is-fixed .language .tit,.header.ss-fixed .language .tit,.header.ds-fixed .language .tit{  color: #333;}
.header.is-fixed .headerNav .nLi:hover h3 a,.header.is-fixed .headerNav .nLi#on h3 a,.header.ss-fixed .headerNav .nLi:hover h3 a,.header.ss-fixed .headerNav .nLi#on h3 a,.header.ds-fixed .headerNav .nLi:hover h3 a,.header.ds-fixed .headerNav .nLi#on h3 a{color: #00bab3; font-weight: normal; }
.header.ss-fixed .language:hover .tit,.header.is-fixed .language:hover .tit,.header.ds-fixed .language:hover .tit{ color: #00bab3;}


.indexBanner { width: 100%;  background-color: #000; min-width: 1200px; overflow: hidden; position: relative; z-index: 1;}
.indexBanner .swiper-slide{width: 100% ; height: 100%; position: relative; }
.indexBanner .swiper-slide img{ width: 100%; display: block;}
.indexBanner .swiper-slide a{ display: inline-block; width: 100%; height: 100%;}
.indexBanner .swiper-pagination{ bottom: 40px !important;}
.indexBanner .swiper-pagination .swiper-pagination-bullet{ width: 32px; height: 32px; margin:0 5px; background-color: rgba(255, 255, 255, 0); opacity: 1;}
.indexBanner .swiper-pagination .swiper-pagination-bullet .num{ width: 32px; height: 32px; text-align: center; position: relative;}
.indexBanner .swiper-pagination .swiper-pagination-bullet .num::after{ content: ''; position: absolute; top: 50%; left: 50%; border-radius: 50%; width: 8px; height: 8px; background-color: #fff; opacity: 1; transition: all 0.8s ease; margin: -4px 0 0 -4px;}
.indexBanner .swiper-pagination .swiper-pagination-bullet .num .yuan{ position: absolute; top: 0; left: 0; width:46px; height: 46px; display: none;}

.indexBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .num .yuan{ display: block;}
.indexBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .num .yuan .leftcircle{-webkit-animation: circle_left 2.5s linear forwards; animation: circle_left 5s linear forwards;}
.indexBanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .num .yuan .rightcircle{-webkit-animation: circle_right 2.5s linear forwards; animation: circle_right 5s linear forwards;}

/* indexTitle */
.indexTitle{ width: 100%; text-align: center; position: relative;}
.indexTitle.l{ text-align: left;}
.indexTitle .tit{ font-size: 48px; line-height: 60px; color: #333; font-weight: bold; }
.indexTitle .tit span{ color: #00bab3;}
.indexTitle.w .tit{ color: #fff;}
.indexTitle.w .tit span{ color: #fff;}

/* indexMore */
.indexMore{ width: 170px; height: 50px; margin: 60px 0 0;}
.indexMore a{ width: 100%; padding: 10px 0; line-height: 30px;box-sizing: border-box; background-color: #00bab3; border-radius: 5px; transition: all 0.8s ease;}
.indexMore a p{ font-size: 18px; color: #fff; display: inline-block; margin-right: 5px; transition: all 0.8s ease;}
.indexMore a span{ width: 30px; height: 30px; background: url(../images/logo_jt2.png) center no-repeat; background-size: 14px 14px !important; transition: all 0.8s ease;}
.indexMore a:hover{ background-color: #432f85;}
.indexMore a:hover p{ margin-right: 15px;}




/* indexProduct */
.indexProduct{  width: 100%; position: relative; padding:100px 0 0; overflow: hidden; background: url(../images/home/productBg.png) top left no-repeat; background-size: auto 100%;}
.indexProduct ul{ margin-top: 50px; width:100%;}
.indexProduct ul li{ position: relative; width: 19.2%; margin: 0 1% 0 0; box-sizing: border-box; }
.indexProduct ul li:nth-child(5n){ margin-right: 0;}
.indexProduct ul li a{ display: block; width: 100%;position: relative; border-radius: 10px; overflow: hidden;}
.indexProduct ul li .img{ width: 100%; overflow: hidden; position: relative; z-index: 1;}
.indexProduct ul li .img img{ width: 100%; display: block; position: relative; z-index: 1;}
.indexProduct ul li .img::after{ content: ''; position: absolute; bottom: 0; left: 0; z-index: 2; width: 100%; height: 75%; background: linear-gradient(0,rgba(0, 0, 0,0.5) 0,rgba(0, 0, 0,0));  transition: all 0.8s ease;}
.indexProduct ul li .info{ position: absolute; bottom: -45px; left: 0; z-index: 2; width: 100%; padding: 25px;  box-sizing: border-box;  transition:all 0.8s ease;}
.indexProduct ul li .info .tit{ font-size: 24px; color: #fff; }
.indexProduct ul li .info .stit{ font-size: 16px; color: #fff; margin-top: 10px;}
.indexProduct ul li .info .more{ margin-top:15px ; font-size: 14px; transform: translateY(20px); color: #fff; line-height: 30px;transition: all 0.8s ease;}
.indexProduct ul li .info .more span{ width: 30px; height: 30px; margin-left: 10px; display: inline-block; border-radius: 50%;  background: #fff url(../images/logo_jt1.png) center no-repeat;  background-size: 12px 12px !important; transition:  all 0.8s ease; }

.indexProduct ul li:hover .img::after{background: linear-gradient(0,rgba(0, 186, 179,1) 0,rgba(0, 186, 179,0)); }
.indexProduct ul li:hover .info{ bottom: 0;}
.indexProduct ul li:hover .info .more{ transform: translateY(0);}


/* indexAbout */
.indexAbout{  width: 100%; position: relative; min-width: 1200px; padding:120px 0  150px; overflow: hidden; background: url(../images/home/aboutBg.png) bottom left no-repeat; }
.indexAbout .bigBox{ position: absolute; left: 0; top: 120px; width: 100%; z-index: 2;}
.indexAbout .indexTitle{ width: 100%; margin-top: 20px;}
.indexAbout .info{ width: 43%;}
.indexAbout .info .text{ width: 100%; font-size: 18px; line-height: 40px; color: #333; margin-top: 20px;}
.indexAbout .img{ float: right; width: 50%; border-radius: 10px 0 0 10px; overflow: hidden;}
.indexAbout .img img{ width: 100%; display: block;}


/* indexFactory */
.indexFactory{width: 100%; min-width: 1200px; position: relative; padding:100px 0  ; overflow: hidden; background: url(../images/home/factoryBg.jpg) center no-repeat; background-size: cover;}
.indexFactory .bigBox{ position: absolute; top: 0; left: 0; width: 100%; padding-top: 100px;z-index: 0;}
.indexFactory .info{ width: 20%;}
.indexFactory .factoryNav{ width: 100%; margin-top: 40px;}
.indexFactory .factoryNav .swiper-slide{ width: 100%; height: 50px !important; position: relative;}
.indexFactory .factoryNav .swiper-slide:nth-child(1),.indexFactory .factoryNav .swiper-slide:nth-child(2){ margin-bottom: 70px;}
.indexFactory .factoryNav .swiper-slide:nth-child(1)::after,.indexFactory .factoryNav .swiper-slide:nth-child(2)::after{ content: ''; position: absolute; left: 25px; width: 1px; bottom: -60px; height: 50px; background-color: rgba(255, 255, 255, 0.6);}
.indexFactory .factoryNav .swiper-slide a{ display: inline-block; padding-left: 70px; position: relative;}
.indexFactory .factoryNav .swiper-slide .iconfont{ width: 50px; height: 50px; box-sizing: border-box; border-radius: 50%; border: solid 1px #fff; text-align: center; line-height: 48px; font-size: 32px; position: absolute; left: 0; top: 0; color: #fff;}
.indexFactory .factoryNav .swiper-slide .tit{ font-size: 24px; line-height: 30px; padding: 10px 0;  color: #fff;}
.indexFactory .factoryNav .swiper-slide.swiper-slide-thumb-active .iconfont{ background-color: #fff; color: #00bab3;}


.indexFactory .factoryBox{ float: right; width: 70%; position: relative; z-index: 2;}
.indexFactory .factoryBox .swiper-box{ width: 100%; position: relative;  opacity: 0 !important; z-index: 0; overflow: hidden;}
.indexFactory .factoryBox .swiper-box.swiper-slide-active{ opacity: 1 !important; z-index: 2;}


.indexFactory .factoryItem{ width: 100%; position: relative;}
.indexFactory .factoryItem .swiper-slide{ width: 43%; position: relative; border-radius: 10px; overflow: hidden;  pointer-events: auto !important;}
.indexFactory .factoryItem .swiper-slide a{ display: block; width: 100%;}
.indexFactory .factoryItem .swiper-slide .img{ width: 100%; height: 400px; overflow: hidden; position: relative; z-index: 1;}
.indexFactory .factoryItem .swiper-slide .img img{ width: 100%; min-height: 100%; display: block; position: relative; z-index: 1; transition: all 0.8s ease;}
.indexFactory .factoryItem .swiper-slide .img::after{ content: ''; position: absolute; bottom: 0; left: 0; z-index: 2; width: 100%; height: 75%; background: linear-gradient(0,rgba(0, 0, 0,0.5) 0,rgba(0, 0, 0,0));  transition: all 0.8s ease;}
.indexFactory .factoryItem .swiper-slide .tit{ position: absolute; bottom: 0; left: 0; color: #fff; font-size: 22px; width: 100%; z-index: 2; padding: 30px; text-align: center;  box-sizing: border-box;}
.indexFactory .factoryItem .swiper-slide:hover img{ transform: scale(1.1);} 
.indexFactory .factoryItem .cbox{ width: 80%; position: relative; margin-top:50px;}
.indexFactory .factoryItem .cbox .control{ position: relative; float: left; width: 150px; height: 60px;}
.indexFactory .factoryItem .cbox .swiper-button-prev,.indexFactory .factoryItem .cbox .swiper-button-next{ width: 60px; height: 60px; box-sizing: border-box; border: solid 1px #fff; background: url(../images/logo_jt2.png) center no-repeat; background-size: 20px 20px !important; border-radius: 50%; transition: all 0.8s ease; top: 0; margin: 0;}
.indexFactory .factoryItem .cbox .swiper-button-prev::after,.indexFactory .factoryItem .cbox .swiper-button-next::after{ display: none;}
.indexFactory .factoryItem .cbox .swiper-button-prev{ left: 0; transform: rotate(180deg);}
.indexFactory .factoryItem .cbox .swiper-button-next{ right: 0;}
.indexFactory .factoryItem .cbox .swiper-button-prev:hover,.indexFactory .factoryItem .cbox .swiper-button-next:hover{ background:#fff  url(../images/logo_jt1.png) center no-repeat; border-color: #fff;}
.indexFactory .factoryItem .cbox .swiper-scrollbar{ width: calc(100% - 200px); float: right;height: 6px; margin-top: 27px; background-color: rgba(255, 255, 255, 0.4);}
.indexFactory .factoryItem .cbox .swiper-scrollbar .swiper-scrollbar-drag{ background-color: #fff; cursor: pointer;}

/* indexNews */
.indexNews{width: 100%; position: relative; padding:100px 0  ; min-width: 1200px; overflow: hidden; background: url(../images/home/newsBg.png) right bottom no-repeat;}
.indexNews .top{ width: 100%; position: relative;  }
.indexNews .top .indexMore{ position: absolute; right: 0; top: 50%; margin:-25px 0 0 0; z-index: 2;}
.indexNews .box{ width: 100%; position: relative; margin: 50px auto 0;}
.indexNews .first{ width: 47%; position: relative; max-height: 440px; border-radius: 10px; overflow: hidden;}
.indexNews .first a{ width: 100%; display: block; height: 100%; position: relative;}
.indexNews .first .img{ width: 100%; position: relative; overflow: hidden; z-index: 1;}
.indexNews .first .img img{ width: 100%; display: block; min-height: 100%; transition: all 0.8s ease; position: relative; z-index: 1;}
.indexNews .first .img::after{ content: ''; position: absolute; bottom: 0; left: 0; z-index: 2; width: 100%; height: 75%; background: linear-gradient(0,rgba(0, 0, 0,0.5) 0,rgba(0, 0, 0,0));  transition: all 0.8s ease;}
.indexNews .first .info{ position: absolute; left: 0; width: 100%; bottom: 0; z-index: 2; color: #fff;padding: 30px; box-sizing: border-box;}
.indexNews .first .info .time{ font-size: 18px;}
.indexNews .first .info .tit{ font-size: 24px; margin-top: 15px;}
.indexNews .first:hover img{ transform: scale(1.1);}
.indexNews .first .img::after{background: linear-gradient(0,rgba(0, 186, 179,1) 0,rgba(0, 186, 179,0)); }
.indexNews .list{ width: 50%; position: relative; margin-left: 3%;}
.indexNews .list li{ width: 100%; position: relative; border-bottom: solid 1px #eee; transition: all 0.8s ease;}
.indexNews .list li a{ width: 100%; display: block; position: relative;}
.indexNews .list li .img{ width: 100%; position: relative; max-height: 225px; border-radius: 10px; overflow: hidden; z-index: 1;}
.indexNews .list li .img img{ width: 100%; display: block; min-height: 100%; transition: all 0.8s ease; position: relative; z-index: 1;}
.indexNews .list li .info{ width: 100%; position: relative; box-sizing: border-box;  padding:20px  130px 20px 0;}
.indexNews .list li .info .tit{ font-size: 18px; color: #333; transition: all 0.8s ease; line-height: 30px;}
.indexNews .list li .info .time{ position: absolute; right: 0; top: 25px; font-size: 16px; color: #999; transition: all 0.8s ease; line-height: 30px;}
.indexNews .list li:nth-child(1){ margin-right: 4%;}
.indexNews .list li:nth-child(1),.indexNews .list li:nth-child(2){ width: 48%; border-bottom: 0;margin-bottom: 25px;}
.indexNews .list li:nth-child(1) .info,.indexNews .list li:nth-child(2) .info{ padding:15px  130px 0 0;}
.indexNews .list li:nth-child(1) .info .time,.indexNews .list li:nth-child(2) .info .time{ top: 15px; }
.indexNews .list li:hover{ border-color: #00bab3;}
.indexNews .list li:hover img{ transform: scale(1.1);}
.indexNews .list li:hover .tit{ color: #00bab3;}
.indexNews .list li:hover .time{ color: #00bab3;}


/* indexContact */
.indexContact{width: 100%; position: relative; padding:100px 0  ; min-width: 1200px; overflow: hidden; background: url(../images/home/contactBg.jpg) center no-repeat; background-size: cover;}
.indexContact .info{ width: 48%;}
.indexContact .info ul{ width: 100%; margin-top:15px;}
.indexContact .info ul li{ position: relative; display: inline-block; width: 100%; box-sizing: border-box; margin-top: 25px; padding-left: 30px; }
.indexContact .info ul li .iconfont{ position: absolute; left: 0; top: 0; width: 24px;  text-align: center; line-height: 28px ;  color: #fff; font-size: 20px;}
.indexContact .info ul li .t{ font-size: 20px; color: #fff; line-height: 28px; position: relative; padding-left: 100px; box-sizing: border-box;}
.indexContact .info ul li .t span{ display: inline-block; position: absolute; left: 0; top: 0;}
.indexContact .formBox{ width: 52%;}
.indexContact .formBox form{ width: 100%; }
.indexContact .formBox form .row{ margin-top: 20px; width: 100%;}
.indexContact .formBox form .row:first-child{ margin-top: 0;}
.indexContact .formBox form .row .item{ width: 32%; margin-right: 2%;}
.indexContact .formBox form .row .item:last-child{ margin-right: 0;}
.indexContact .formBox form .row1{ margin-top: 20px;}
.indexContact .formBox form label{display: block;position: relative; }
.indexContact .formBox form label span{font-size: 16px;color: #aaa;position: absolute; line-height: 30px; top: 12px; left: 20px;}
.indexContact .formBox form .row .txt{border: solid 1px #eee;font-size: 16px;color: #333;width: 100%;line-height: 30px;padding:10px 15px; background-color: #fff; border-radius: 5px; box-sizing: border-box;}
.indexContact .formBox form textarea{ height: 160px;resize: none; padding:10px 15px; box-sizing: border-box; width: 100%;font-size: 18px;color: #333;line-height: 30px;border: none;background-color: #fff;  border: solid 1px #eee; border-radius: 5px; box-sizing: border-box;}
.indexContact .formBox form .btn{width: 49%;height:50px;cursor: pointer;background-color: #fff;transition: all 0.6s ease;border: 0;color: #00bab3;font-size: 18px; text-align: center; border-radius: 5px; }
.indexContact .formBox form .btn:hover{background-color: #432f85; color: #fff; }
.indexContact .formBox form .yzm{ position: relative; width: 49%;}
.indexContact .formBox form input.ipt{  display: inline-block; width: 100%; padding: 10px 150px 10px 15px; line-height: 30px;   background-color: #fff; overflow: hidden; font-size: 18px; color: #333; box-sizing: border-box; border-radius: 5px; border: solid 1px #eee;}
.indexContact .formBox form input.int:focus{  display: inline-block; width: 100%; padding: 10px 150px 10px 15px; line-height: 30px;   background-color: #fff; overflow: hidden; font-size: 18px; color: #333; border-radius: 5px; box-sizing: border-box; border: solid 1px #eee;}
.indexContact .formBox form #code{ position: absolute; width: 120px; height: calc(100% - 2px); position: absolute; top: 1px; right: 1px; }





/* footer */
.footer{ width: 100%;  background: #fff;  border-top: solid 1px rgba(0, 0, 0, 0.05); background-size: cover; overflow: hidden; position: relative;}
.footer .box{padding: 60px 0 ; box-sizing: border-box; width: 100%; }
.footer .box .Fcon{ width: 350px;}
.footer .box .Fcon .slogo{ width: 335px; height: 40px; background: url(../images/logoFooter.png) center no-repeat; background-size: 335px 40px !important; }
.footer .box .Fnav{ max-width: 800px;}
.footer .box .Fnav .item{margin-left: 60px; }
.footer .box .Fnav .item:first-child{ margin-left: 0;}
.footer .box .Fnav .tit a{ font-size: 18px; color: #333; display: inline-block; }
.footer .box .Fnav ul{ width: 100%; margin-top: 15px;}
.footer .box .Fnav ul li{ width: 100%; margin-top: 5px;}
.footer .box .Fnav ul li a{ display: inline-block; font-size: 16px; text-transform: uppercase; color: #999; line-height: 26px;  }
.footer .box .Fnav ul li a:hover{ color: #00bab3;}


.footer .copy{ padding: 15px 0; border-top: solid 1px rgba(0, 0, 0, 0.05); box-sizing: border-box;}
.footer .copy p{ text-align: center; font-size: 14px; color: #aaa; }
.footer .copy p a{ display: inline-block; font-size: 14px; color: #aaa; }
.footer .copy p a:hover{ color: #00bab3;}



@media (max-width: 1680px){
    
.indexFactory .factoryItem .swiper-slide .img{  height: 380px; }
.headerNav .nLi  .le a{ font-size: 16px;}
}

@media (max-width: 1600px){
.indexFactory .factoryItem .swiper-slide .img{  height: 360px; }

}
@media (max-width: 1560px){
      
.indexFactory .factoryNav .swiper-slide:nth-child(1),.indexFactory .factoryNav .swiper-slide:nth-child(2){ margin-bottom: 50px;}
.indexFactory .factoryNav .swiper-slide:nth-child(1)::after,.indexFactory .factoryNav .swiper-slide:nth-child(2)::after{ bottom: -40px; height: 30px;}
.indexFactory .factoryItem .swiper-slide .img{  height: 300px; }



}
@media (max-width: 1480px){

}
@media (max-width: 1360px){

}
@media (max-width: 1200px){
    
}

#boxer{-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none;}
#boxer-overlay{background:#000; height:100%; left:0; position: fixed; top:0; width:100%; z-index: 99999;}
#boxer{background:#fff; box-shadow: 0 0 20px rgba(0,0,0,0.2); padding:10px; position: absolute; z-index: 99999;}
#boxer .boxer-close{background:#00bab3 url(../images/icon_Img.png) no-repeat 0 0px; cursor:pointer; display:block; height:50px; position:fixed; right:10px; top:10px; width:50px;text-indent:-99999px; z-index:106;}
#boxer .boxer-close:hover{ background:#432f85 url(../images/icon_Img.png) no-repeat 0px 0px;}
#boxer .boxer-arrow{background:#00bab3 url(../images/icon_Img.png) no-repeat 0 -50px; cursor:pointer; display:block; height:50px; margin:0 auto; position: absolute; text-indent:-99999px; top:50px; width:50px;}
#boxer .boxer-arrow.previous{left:0px;}
#boxer .boxer-arrow.previous:hover{background:#432f85 url(../images/icon_Img.png) no-repeat 0 -50px; left:0px;}
#boxer .boxer-arrow.next{background-position:-50px -50px; right:0px;}
#boxer .boxer-arrow.next:hover{background:#432f85 url(../images/icon_Img.png) no-repeat -50px -50px;  right:0px;}
#boxer .boxer-position{color:#999; font-size:12px; margin:0; padding:10px 0 6px;}
#boxer .boxer-caption p{margin:0;padding:0; font-size:16px;}
#boxer .boxer-caption.gallery p{padding: 0; text-align:center; line-height:50px;}
#boxer.loading .boxer-container{background: #fff url(../images/loading.gif) no-repeat center;}


.yuan{ width:32px; height: 32px;}
.yuan .sbox{display:flex; }
.yuan .leftdd,.yuan .rightdd{width: 16px;height:32px;position: relative;overflow: hidden;background: rgba(0,0,0,0);}
.yuan .leftcircle,.yuan .rightcircle{ width: 28px;height: 28px;border: 2px solid rgba(255, 255, 255, 0.3);border-radius: 50%;position: absolute;}
.yuan .leftcircle{left: 0px;top:0px;border-bottom: 2px solid rgba(0, 186, 179, 1);border-left: 3px solid rgba(0, 186, 179, 1);transform: rotate(45deg);/*  -webkit-animation: circle_left 2.5s linear infinite; animation: circle_left 5s linear infinite; */}
.yuan .rightcircle{top: 0px;right: 0px;border-top: 2px solid rgba(0, 186, 179, 1);border-right: 3px solid rgba(0, 186, 179, 1);transform: rotate(-135deg);/* -webkit-animation: circle_right 2.5s linear infinite; animation: circle_right 5s linear infinite; */}



@-webkit-keyframes  circle_right {0%{transform: rotate(-135deg);}50%,100% {transform: rotate(45deg);}}
@-moz-keyframes circle_right {0%{transform: rotate(-135deg);}50%,100% {transform: rotate(45deg);}}
@keyframes circle_right {0%{transform: rotate(-135deg);}50%,100% {transform: rotate(45deg);}}

@-webkit-keyframes  circle_left {0%,50%{transform: rotate(-135deg);}100% {transform: rotate(45deg);}}
@-moz-keyframes circle_left {0%,50%{transform: rotate(-135deg);}100% {transform: rotate(45deg);}}
@keyframes circle_left {0%,50%{transform: rotate(-135deg);}100% {transform: rotate(45deg);}}
